Map<String, dynamic> toJson() { return { 'properties': properties.map((e) => e.toJson()).toList(), }; }