Converts the data to a JSON representation.
@override Map<String, dynamic> toJson() { return {"owners": owners.map((e) => e.toJson()).toList()}; }