Serializes an Holds to its JSON representation.
@override Map<String, dynamic> toJson() => { if (total != null) "total": total, if (position != null) "position": position, };