How to convert this:
public class Person { public string Name{ get; set; } public string Age{ get; set; } } public class SectionList