public void volverACero() { this.tiempoTardado = 0; this.kilometrosRecorridos = 0; }
public void Agregar(Tiempo tiempo) { this.tiempoTardado = this.tiempoTardado + tiempo; }