@Override
 public String toString() {
   return "" + type.toString() + " (" + this.x + ", " + this.y + ") : " + type.toString();
 }