525354555657585960
} public void retireDoctor(Doctor doctor) { Information info = Information.getInstance(); info.retireDoctor(doctor); } }