describe('Method: Get Gender Counts from DashboardService', function() {
    it('should return array of items', function() {
      expect(DashboardService.getGenders()).toBeDefined();
    });