Will create a serialization of with the fields that are stored in the database only.
@override Map<String, dynamic> toJsonForDatabase() { return { 'id': id, 'number': number, }; }