registerType method
Adds locationType to the list of all location types and active location types
Implementation
@override
void registerType(LocationType locationType) {
_locationTypes.add(locationType);
_activeLocationTypes.add(locationType);
}