Map<String, dynamic> toJson() { return { 'creationTime': creationTime.toJson(), 'length': length, 'remainingBudget': remainingBudget, }; }