modelNames.forEach(m => {
      str += `${this.space[2]}${m},\n`;
    });