Map<String, dynamic> toJson() => { 'basketball': basketball?.toJson(), 'hoop': hoop?.toJson(), 'player': player?.toJson(), 'modelType': modelType, };