for(Student student:studentList){
    System.out.println(student);
}