Creates a new Group attribute super(name);
super(name);
if(other instanceof Group) { return getName().equals(((Group)other).getName()); } else { return false; }