buildSkills() { const arr = this.user.skills.map(skill => { return this.fb.control(skill.selected); }); return this.fb.array(arr); }