@Override
 public Config toConfig() {
   Config config = new Config();
   for (Section section : sections) {
     config = Sections.toConfig(section, config);
   }
   return config;
 }