Fix/default constructor for marker
There was no default constructor for the Marker class; however, this is needed for the typical BoT bo; bo.fromAron(dto)
syntax of aron conversions.
Adding the default constructor might have the disadvantage of being able to instantiate Markers with attributes that do not have meaningful values. However, as this is normal for classes being used in aron conversions, I would consider this as acceptable.