@Override
 public GeoLocation getGeoLocation() {
   if (geo == null) return null;
   return geo.getGeoLocation();
 }