Organization constructor
Organization({})
Implementation
Organization({
this.company = '',
this.title = '',
this.department = '',
this.jobDescription = '',
this.symbol = '',
this.phoneticName = '',
this.officeLocation = '',
});