Map<String, dynamic> toJson() { return <String, dynamic>{ 'street': street, 'city': city, 'geo': geo.toJson(), }; }