public string printRecipe() { return((Recipe != null ? Recipe.printRecipe() + "\n" : "") + ToString()); }