options: schools
        .map(s => s.getName())
        .set("any", "Any")
        .sort()
        .flip(),