Create a program that keeps track of student information at a college. The student information should include name, identification number, and grade point average, with the unique identifier (key) for each student being the identification number. The implementation should be a binary search tree.