Map<String, dynamic> toJson() { Map<String, dynamic> json = { 'roomNumber': roomNumber, 'occupancy': patientCount, 'rrg': rrg, }; return json; }