neo.setLocation(16, 56);
trinity = new Person("Trinity", 25);
trinity.setBoss(cypher);
trinity.setLocation( 16.5, 56.5 );
matrixGroup = new Group();
matrixGroup.setName("Matrix");
matrixGroup.addPerson(neo);
matrixGroup.addPerson(cypher);
matrixGroup.addPerson(trinity);