class Vehicle {
    public String ownerName;
    public float speed;
    public float direction;
}
