public void editInfo(ArrayList<School> H) {
    this.setName(BasicFunctions.getString("Name: "));
    this.setGPA(BasicFunctions.getDouble("GPA: ", 0, _GPA_MAX_VALUE_));
    this.setES(BasicFunctions.getInteger("Extracurricular score: ", 0, _ES_MAX_VALUE_));
    this.editRankings(H); // will only fully execute if user wants it to

    System.out.println();
  } // user info