This commit introduces the constant Company::GENDER and reworks the related code accordingly. By transforming the 'client's gender' constant to private and implementing 'gender' in its place, handling gender information becomes more generic and easier to manage. Furthermore, the enum 'ClientsGender' was renamed to 'Gender', providing a more intuitive naming scheme for future usage.