function __construct($city)
 {
     parent::__construct($city);
     $this->watch = new Stopwatch();
 }