model -> map
@override Map<String, Object?> toMap() { return Map.from(super.toMap()) ..addAll({ 'center': this.center.toMap(), 'option': this.option.toMap(), }); }