I have this class(Animal) that I need to serialize to a XML file.
[Serializable] public class Animal { private String noun;