public function __construct(GeolocationInterface $geolocation, $label = null)
 {
     $this->label = $label;
     parent::__construct($geolocation);
 }