/** @return */
 @Override
 public String toString() {
   return currentLocation.toString() + " " + currentPosition.toString();
 }