public Spolka getAktywnaSpolka(){ return spolki.stream().filter(s -> { return this.isActive(s)); }).findFirst().orElse(null); }