You can add an additional parameter to the XmlSerializer constructor to essentially name the root element.
XmlSerializer xsSubmit = new XmlSerializer(typeof(List), new XmlRootAttribute("DropDownOptions"));
This would result in the following structure:
1
foo
2
bar