@Override
 public int hashCode() {
   return type.ordinal() + 561 * team.ordinal();
 }