the class of the work order with the fields number, month, technological operation(class), quantity, price, amount, worker(class)
class WorkOrder { string number; string month; object technologicalOperation; float quantity; float price; float amount; object worker; }