/** Update simulation. */
 private void updateSimulation() {
   System.out.println("Simulation step called.");
   grid.Get(0, 0).cars++;
 }