public People getMember(String name) {
   int place = peopleTree.getValue(name);
   return people.get(place);
 }